From: Richard M. Stallman Date: Sun, 21 Dec 1997 01:46:29 +0000 (+0000) Subject: (menu-bar-select-yank): Add apropos-inhibit property. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~78595 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4cca6fbd3aa15dbda8bc9c5e77aceba50b9cb598;p=emacs.git (menu-bar-select-yank): Add apropos-inhibit property. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 9e512187c75..05c887be7fe 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -562,6 +562,7 @@ Do the same for the keys of the same name." (if (> (length (cdr yank-menu)) kill-ring-max) (setcdr (nthcdr kill-ring-max yank-menu) nil))) +(put 'menu-bar-select-yank 'apropos-inhibit t) (defun menu-bar-select-yank () (interactive "*") (push-mark (point))